Comparison Operators (VBScript)

Used to compare expressions.

result = expression1 comparisonoperator expression2 
result = object1 Is object2 

Expand imageParts

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also